home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / yerli / 07 / _SETUP.1 / Emlak 2000.exe / 0 / RCDATA / TFORM30 / TFORM30.txt < prev   
Text File  |  1999-02-04  |  3KB  |  155 lines

  1. object Form30: TForm30
  2.   Left = 264
  3.   Top = 141
  4.   BorderStyle = bsNone
  5.   Caption = 'Semt Tan∩┐╜m∩┐╜'
  6.   ClientHeight = 250
  7.   ClientWidth = 350
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 350
  22.     Height = 250
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.     OnMouseDown = Image1MouseDown
  26.   end
  27.   object Label1: TLabel
  28.     Left = 88
  29.     Top = 68
  30.     Width = 169
  31.     Height = 13
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'Semt'
  35.     Transparent = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 88
  39.     Top = 104
  40.     Width = 169
  41.     Height = 13
  42.     Alignment = taCenter
  43.     AutoSize = False
  44.     Caption = 'A∩┐╜∩┐╜klama'
  45.     Transparent = True
  46.   end
  47.   object Image2: TImage
  48.     Left = 20
  49.     Top = 204
  50.     Width = 151
  51.     Height = 38
  52.     AutoSize = True
  53.     Picture.Data = {<image001.bmp>}
  54.     Visible = False
  55.   end
  56.   object Image3: TImage
  57.     Left = 180
  58.     Top = 204
  59.     Width = 151
  60.     Height = 38
  61.     AutoSize = True
  62.     Picture.Data = {<image002.bmp>}
  63.     Visible = False
  64.   end
  65.   object Label3: TLabel
  66.     Left = 24
  67.     Top = 216
  68.     Width = 145
  69.     Height = 25
  70.     Alignment = taCenter
  71.     AutoSize = False
  72.     Caption = 'Liste'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clLime
  75.     Font.Height = -13
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     Transparent = True
  80.     OnMouseDown = Label3MouseDown
  81.     OnMouseUp = Label3MouseUp
  82.   end
  83.   object Label4: TLabel
  84.     Left = 184
  85.     Top = 216
  86.     Width = 145
  87.     Height = 25
  88.     Alignment = taCenter
  89.     AutoSize = False
  90.     Caption = '∩┐╜∩┐╜k∩┐╜∩┐╜'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clLime
  93.     Font.Height = -13
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     Transparent = True
  98.     OnMouseDown = Label4MouseDown
  99.     OnMouseUp = Label4MouseUp
  100.   end
  101.   object DBNavigator1: TDBNavigator
  102.     Left = 32
  103.     Top = 45
  104.     Width = 280
  105.     Height = 18
  106.     DataSource = DataSource1
  107.     TabOrder = 2
  108.   end
  109.   object DBEdit1: TDBEdit
  110.     Left = 88
  111.     Top = 80
  112.     Width = 169
  113.     Height = 21
  114.     DataField = 'Semtler'
  115.     DataSource = DataSource1
  116.     TabOrder = 0
  117.     OnKeyPress = DBEdit1KeyPress
  118.   end
  119.   object DBMemo1: TDBMemo
  120.     Left = 56
  121.     Top = 136
  122.     Width = 241
  123.     Height = 57
  124.     DataField = 'Aciklama'
  125.     DataSource = DataSource1
  126.     TabOrder = 1
  127.     OnKeyPress = DBEdit1KeyPress
  128.   end
  129.   object DataSource1: TDataSource
  130.     DataSet = Table1
  131.     Left = 56
  132.     Top = 16
  133.   end
  134.   object Table1: TTable
  135.     Active = True
  136.     AfterPost = Table1AfterPost
  137.     TableName = 'semtler.db'
  138.     Left = 88
  139.     Top = 16
  140.     object Table1No: TAutoIncField
  141.       FieldName = 'No'
  142.       ReadOnly = True
  143.     end
  144.     object Table1Semtler: TStringField
  145.       FieldName = 'Semtler'
  146.       Size = 15
  147.     end
  148.     object Table1Aciklama: TMemoField
  149.       FieldName = 'Aciklama'
  150.       BlobType = ftMemo
  151.       Size = 100
  152.     end
  153.   end
  154. end
  155.